Used to get the current state of an item (selected/unselected).

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public delegate bool IsSelected(
	T item
)
Visual Basic
Public Delegate Function IsSelected ( _
	item As T _
) As Boolean

Parameters

item
Type: T
The item to get the state

Return Value

True if the item is selected, False otherwise

See Also